home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000343_news@columbia.edu_Fri Dec 2 16:10:24 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA04980
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 4 Dec 1994 07:10:24 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22595
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 4 Dec 1994 07:10:22 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!gatech!bloom-beacon.mit.edu!news.bu.edu!gw1.att.com!nntpa!not-for-mail
  7. From: mrbaker@hodcs.ho.att.com (-M.BAKER)
  8. Subject: Problem with File Xfer (Binary vs Text) ??
  9. Message-Id: <D06y9C.8p9@nntpa.cb.att.com>
  10. Sender: news@nntpa.cb.att.com (Netnews Administration)
  11. Nntp-Posting-Host: hodcs.ho.att.com
  12. Organization: AT&T
  13. Date: Fri, 2 Dec 1994 16:10:24 GMT
  14. Lines: 48
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18.  
  19. Hi ---
  20.  
  21. I believe that I am having a problem with file transfer between my PC
  22. and our UNIX system.  Here are the particulars:
  23.  
  24. PC running MS-Kermit 3.14/Beta 12 (14 Nov 94)
  25. UNIX running C-Kermit 5A(190) for Solaris 2.x (4 Oct 94)
  26.  
  27. When I use pcsend to download files from UNIX to the PC, everything works
  28. fine (Text xfers are text, and binary xfers are binary).
  29.  
  30. But when I use pcget to upload files from PC to UNIX, every file gets
  31. transferred as "Binary" even if I want "Text" type transfer.
  32.  
  33. Here is the troubleshooting I tried to narrow it down....
  34.  
  35. Looked at "show file" on both sides...it says "Text"
  36. Get the above result when I pcget from UNIX.
  37. Tried set file type text explicitly on both ends before pcget.
  38. Still get same result.
  39. Wrote a little script to rule out error in pcget macro:
  40.  
  41. apc server
  42. pause 2
  43. remote set file type text
  44. set file type text
  45. get dosfile.txt
  46. finish
  47.  
  48. Ran the script from UNIX side, and still the file was xferred as Binary
  49. not Text! 
  50.  
  51. What am I missing here ?    
  52.  
  53. I would appreciate any suggestions, insights, criticism, etc.
  54. As far as RTFB goes :-), I'm still working from .HLP/.UPD/.BWR
  55. as my copy of the book hasn't arrived yet :-(
  56.  
  57. Thanks very much,
  58. Maurice Baker
  59. AT&T Bell Labs, Holmdel
  60. mrbaker  at  hodcs.att.com
  61. (email OK, followups OK too)
  62. 908-949-4926
  63.  
  64.